home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tag_bbs / pyhsl10.zip / PYHSL.CFG < prev    next >
Text File  |  1992-04-12  |  2KB  |  40 lines

  1. COMPORT         = 1
  2. LOCKED_BAUD     = 38400
  3. TAG_UL_DIR      = F:\UL\
  4. ULDIR_DAT       = FILES.DIR
  5. USER_LST_PATH   = C:\BB\DA\user.lst
  6. CALLER_LOG_PATH = C:\BB\DA\callers.log
  7. SYSOP_LOG_PATH  = C:\BB\DA\sysop.log
  8. HS_UL_DIR       = F:\HSUL\
  9. INACTIVE_TIME   = 4
  10. KILL_BAD_UL     = N
  11. REGISTER_TO     = NOT_REGISTERED
  12.  
  13.  
  14. 1) Make sure that you leave spaces before and after the '=' so that
  15.    the parameters will be the 3rd word.
  16. 2) Leave the first word (ie. COMPORT) capitalized.
  17. 3) Make sure you have the backslash for the path.
  18. 4) The program will stop reading the parameters when the line is empty.
  19. 5) Order of these parameters does not matter.
  20.  
  21. LOCKED_BAUD   Put 2400 if you don't lock at 9600+
  22.  
  23. TAG_UL_DIR    This is the directory where the files will eventually end up at.
  24.               It is also the directory that contains the .DIR in ULDIR_DAT.
  25.  
  26. ULDIR_DAT     This is the .DIR that the new files will show up on.
  27.  
  28. *_PATH        Directory\filename where each file is located.
  29.  
  30. HS_UL_DIR     This is the directory where uploads will temporary be held
  31.               before moving to TAG_UL_DIR.
  32.  
  33. KILL_BAD_UL   If Y is specified, PYHSL will delete all incomplete uploads,
  34.               either by hang up or aborted files.
  35.               If N is specified, PYHSL will leave them in HS_UL_DIR so they
  36.               can be resumed next time.
  37.  
  38. INACTIVE_TIME Minutes allowed for the caller to enter his description (if any
  39.               uploads) before PYHSL returns the caller to BBS.
  40.